home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 376
- Top = 190
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 103
- ClientWidth = 398
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object CaptionLabel: TLabel
- Left = 6
- Top = 53
- Width = 387
- Height = 13
- AutoSize = False
- Caption = 'CaptionLabel'
- end
- object ProgressLabel: TLabel
- Left = 57
- Top = 83
- Width = 14
- Height = 13
- Caption = '0%'
- end
- object Label1: TLabel
- Left = 5
- Top = 83
- Width = 47
- Height = 13
- Caption = 'Complete:'
- end
- object TimeLabel: TLabel
- Left = 89
- Top = 83
- Width = 33
- Height = 13
- Caption = '0 mins.'
- end
- object CancelButton: TButton
- Left = 316
- Top = 10
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Default = True
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- object ProgressBar: TProgressBar
- Left = 4
- Top = 69
- Width = 390
- Height = 12
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 1
- end
- object TimeRemaining: TTimer
- OnTimer = TimeRemainingTimer
- Left = 224
- Top = 16
- end
- end
-